POST api/[Delivery_05_MenuController]/Find
Request Information
URI Parameters
None.
Body Parameters
Request05| Name | Description | Type | Additional information |
|---|---|---|---|
| idApp | integer |
None. |
|
| token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idApp": 1,
"token": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.